home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_t / tipsamp1.zip / TIPS-011.ASC < prev    next >
Text File  |  1992-07-16  |  4KB  |  63 lines

  1. TIP #:     011
  2. KEYWORDS:  DESQview, RBBS-PC, Performance
  3. UPDATED:   July, 1990
  4.  
  5.  
  6. PROBLEM:   When running two or more nodes of RBBS-PC under DESQview, BBS
  7.            performance seems very slow, especially during file access and
  8.            screen updates.
  9.  
  10. SYMPTOMS:  The BBS seems to be slow in doing file accesses, screen updates,
  11.            etc.
  12.  
  13. SOLUTION:  There are several things which can be done to improve the
  14.            performance of RBBS-PC under DESQview.  You must be fairly well
  15.            versed in DOS, RBBS, and DESQview/QEMM in order to accomplish your
  16.            goal effectively.  Remember that DESQview splits up your computer
  17.            resources among the applications that you have opened.  The more
  18.            efficiently that your computer operates, the more resources will be
  19.            available to your programs.
  20.  
  21.            1.  Use a cache.  This makes a big difference in disk access.  I
  22.                use ADCACHE on my board.  The cache sits in expanded memory and
  23.                is 2 megabytes.  I get track hits of about 95 percent.  That
  24.                saves a lot of time when trying to do several things at once.
  25.                Do NOT use write caching, especially under DESQview.  If you
  26.                use write caching, you may corrupt your FAT.  If you use a
  27.                fairly large cache, you should be able to reduce the size of
  28.                your DOS buffers.  I use Buffers=4 in my Config.Sys.  This
  29.                increases the available memory to your system.  I do not
  30.                recommend loading buffers high or using Quarterdeck's
  31.                Buffers.Com.  I have heard of some strange things happening for
  32.                those who do.
  33.  
  34.                NOTE 1:  I have switched to Super PC-Kwik Cache.  It is faster
  35.                         than ADCACHE and seems to be aware of more hardware
  36.                         and software combinations.  I have also increased the
  37.                         size of the cache to 3 megabytes.
  38.  
  39.            2.  Use a ramdisk.  Some of the RBBS files may be put in a ramdisk.
  40.                This allows very fast reads of the files that do not change
  41.                during a session.  I use Zenith's VDISK and set up a 1 megabyte
  42.                ramdisk.  I use a batch file to copy all of my menus and my
  43.                working directories into the ramdisk.  You must modify RBBS
  44.                using CONFIG to reflect the new location of these files.
  45.  
  46.            3.  Use a FOSSIL driver.  This is important when using high speed
  47.                communications.  I use X00.SYS on my board since it recognizes
  48.                DESQview with the DV switch.  I set up my Dual Standard or HST
  49.                modem to communicate with the computer at 38400 baud.  You
  50.                can't go faster than 19200 without using a FOSSIL driver
  51.                because RBBS does not support it.  You will probably run into
  52.                problems unless you have 16550 buffered chips also.  I have
  53.                increased my X00 transmit and receive buffer sizes to 4096
  54.                bytes each.  The default is 1024 bytes.  This allows more
  55.                effective utilization of the clock ticks that each window gets.
  56.                You may be able to increase them more depending on how much
  57.                base memory you have available.
  58.  
  59.            4.  Set "Dos Buffers For EMS" to 0 in the DESQview setup if you are
  60.                not running on a network.  This setting made no difference when
  61.                I was using ADCACHE, but made a considerable difference when
  62.                using Super PC-Kwik.
  63.